home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / imlib / include / texture.hpp < prev    next >
C/C++ Source or Header  |  1996-04-11  |  208b  |  9 lines

  1. #ifndef __TEXTURE_HPP_
  2. #define __TEXTURE_HPP_
  3. #include "image.hpp"
  4.  
  5. void texture_map(image *screen, image *tx, short *points);
  6. void clear_texture_map(image *screen, image *tx, short *points);
  7. #endif
  8.  
  9.